All Questions
5 questions
2votes
1answer
215views
Parsing glider data from IGC files
I have to do a program in PHP that reads IGC files like this IGC file and gets records about the glider. For now I came up with something like this: ...
3votes
2answers
136views
POST variable analysis contains JSON format string PHP
I am verifying certain codes that work well and I don't know what else to optimize in them or what other tests to do: in this case it is a php script that takes the data of the ...
-2votes
1answer
121views
Parse header information [closed]
Concrete Context: I parse the header information from curl execution/request and get the array named $headerARR. At this point it looks like the next example, but ...
4votes
3answers
788views
Using PHP explode() to parse multi-part error messages
I am dealing with a system which sends any unexpected errors back to me in a string, for example: ...
1vote
3answers
105views
Look for patterns in the keys of an array, to group them in a new array
I am working on a function that will take a an array of options. These options are retrived from a database, and could have other options inputted throughout the system. When adding my options, I am ...